home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / mobile / fma-2.0-stable-setup.exe / {app} / source / uOfflineProfile.dfm < prev    next >
Encoding:
Text File  |  2004-08-31  |  1.3 KB  |  63 lines

  1. object frmOfflineProfile: TfrmOfflineProfile
  2.   Left = 613
  3.   Top = 284
  4.   ActiveControl = TntListView1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Switch To Profile'
  7.   ClientHeight = 213
  8.   ClientWidth = 349
  9.   Color = clBtnFace
  10.   Font.Charset = RUSSIAN_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 6
  23.     Width = 74
  24.     Height = 13
  25.     Caption = 'Offline Profiles:'
  26.   end
  27.   object TntListView1: TTntListView
  28.     Left = 8
  29.     Top = 24
  30.     Width = 333
  31.     Height = 146
  32.     Columns = <
  33.       item
  34.         Width = 310
  35.       end>
  36.     ShowColumnHeaders = False
  37.     SmallImages = Form1.ImageList2
  38.     TabOrder = 0
  39.     ViewStyle = vsReport
  40.     OnSelectItem = TntListView1SelectItem
  41.   end
  42.   object Button1: TButton
  43.     Left = 192
  44.     Top = 180
  45.     Width = 69
  46.     Height = 25
  47.     Caption = 'OK'
  48.     Enabled = False
  49.     ModalResult = 1
  50.     TabOrder = 1
  51.   end
  52.   object Button2: TButton
  53.     Left = 272
  54.     Top = 180
  55.     Width = 69
  56.     Height = 25
  57.     Cancel = True
  58.     Caption = '&Cancel'
  59.     ModalResult = 2
  60.     TabOrder = 2
  61.   end
  62. end
  63.